Package com.cisco.pt.ipc.sim.impl
Class SimulationTimerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.SimulationTimerImpl
- All Implemented Interfaces:
IPCObject,SimulationTimer
Information provided by the PKI file:
\class SimulationTimer
\brief A simulation timer that expires in simulation time.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionSimulationTimerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
SimulationTimerImpl
public SimulationTimerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
start
public void start()Information provided by the PKI file:
\brief Starts this timer.- Specified by:
startin interfaceSimulationTimer
-
cancel
public void cancel()Information provided by the PKI file:
\brief Cancels this timer.- Specified by:
cancelin interfaceSimulationTimer
-